Hello! Thanks for downloading my utility. 

I created this to programatically create Darkest Dungeon standalone classes out of skin mods. Why would you want this? Because
the game can only load in one skeleton per class at a time, which means if you install skins that do not share skeletons with
your other skins or the base classes, you cannot hot swap between them. What this does is allow you to turn that incompatible skin
into its own class which has its own skeleton. For instance, if you had a Crusader Skin that uses the base game Skeleton, but also
have a crusader skin that uses a non-base-game skeleton, you could use this utility on the non-base-game skin and create another
duplicate crusader class. This means that every crusader in the game will have a 50% chance of being one skeleton and 50% chance of 
being the other. 

Current Version: 1.1 (October 2021)

This program is written in Java. Why? Becuase I'm an idiot. This means you will need to install java to run it. Any version after Java 16 should work. 
For your ease of access, here is a link to something that should work: 
https://www.oracle.com/java/technologies/downloads/

This program has only been tested on Windows, with a Steam installation of the game. You may have trouble with later steps on other mediums. (Epic Store, Linux, Mac)

Instructions for usage can be found below. If you follow the steps, you will see the new class in your mod list and can activate it in-game in the mod activation menu. 

IMPORTANT NOTES: 
1. Standalone class creation involves uploading to the Steam Workshop. IF YOU DO NOT OWN THE SKIN/MOD YOU ARE BUILDING, DO NOT MAKE THIS PUBLIC. DO NOT DISTRIBUTE ANYTHING
THAT DOESN'T BELONG TO YOU. IN THE INSTRUCTIONS I WILL TELL YOU HOW TO DELETE THE WORKSHOP UPLOAD SO YOU DON'T CLOG UP YOUR WORKSHOP UPLOADS. 

2. IF YOU PAID FOR THIS PROGRAM YOU GOT SCAMMED. THE ORIGINAL CREATOR OF THIS PROGRAM IS Mizurain#0001 on Discord. If you have any detailed questions please feel free to reach out. 

LINK TO DETAILED INSTRUCTIONS WITH PICTURES: (Please let me know if this link doesn't work.)

https://docs.google.com/document/d/1AIcddEMDBGHl5AxEvCG8tWGrije95oRNFDiGX8mLFUo/edit?usp=sharing







Version History: 
1.1 (Oct 30th, 2021) 
- Fixed issue with trinket files not loading properly















MIT License

Copyright (c) [2021] [Winston Hsu]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.